Skip to content

[12.0] [FIX] openupgrade_records: error on install#5618

Open
primes2h wants to merge 1 commit intoOCA:12.0from
primes2h:12.0-fix_openupgrade_records-install
Open

[12.0] [FIX] openupgrade_records: error on install#5618
primes2h wants to merge 1 commit intoOCA:12.0from
primes2h:12.0-fix_openupgrade_records-install

Conversation

@primes2h
Copy link
Copy Markdown

@primes2h primes2h commented May 8, 2026

    raise ValidationError(_('Invalid view %s definition in %s') % (view.name, view.arch_fs))
odoo.tools.convert.ParseError: "Invalid view view.openupgrade.generate_records_wizard.form definition in openupgrade_records/views/generate_records_wizard.xml
None" while parsing /home/sergio/src/Repos/odoo-dev/OpenUpgrade12/odoo/addons/openupgrade_records/views/generate_records_wizard.xml:4, near
<record id="view_openupgrade_generate_records_wizard_form" model="ir.ui.view">
        <field name="name">view.openupgrade.generate_records_wizard.form</field>
        <field name="model">openupgrade.generate.records.wizard</field>
        <field name="arch" type="xml">
            <form string="OpenUpgrade Generate Records Wizard">
                <field name="state" invisible="1"/>
                <group states="init" colspan="4">
                    <label string="This will reinitialize all the modules installed on this database. Do not continue if you use this database in production."/>
                </group>
                <group states="ready" colspan="4">
                    <label string="Modules initialized and records created"/>
                </group>
                <footer>
                    <button string="Continue" name="generate" type="object" states="init" class="btn-primary"/>
                    <button special="cancel" string="Close" class="btn-default"/>
                </footer>
            </form>
        </field>
    </record>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant